home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / escalant / escala21.lha / escalante2.1 / images / up.im < prev    next >
Text File  |  1993-02-18  |  269b  |  7 lines

  1. #define up_width 16
  2. #define up_height 16
  3. static char up_bits[] = {
  4.    0x00, 0x00, 0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf8, 0x1f,
  5.    0xfc, 0x3f, 0xfe, 0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  6.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  7.